func runtime.goroutineProfileWithLabelsConcurrent

2 uses

	runtime (current package)
		mprof.go#L1317: 	return goroutineProfileWithLabelsConcurrent(p, labels)
		mprof.go#L1363: func goroutineProfileWithLabelsConcurrent(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n int, ok bool) {